home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1995.02 / 000027_neal@ctd.comsat.com_Wed Feb 8 08:29:00 1995.msg < prev    next >
Internet Message Format  |  1995-02-28  |  1KB

  1. Received: from neal.ctd.comsat.com by cs.umb.edu with SMTP id AA07408
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Wed, 8 Feb 1995 13:30:08 -0500
  3. Received: by neal.ctd.comsat.com (Smail3.1.29.0 #3)
  4.     id m0rcH8v-000343C; Wed, 8 Feb 95 13:29 EST
  5. Message-Id: <m0rcH8v-000343C@neal.ctd.comsat.com>
  6. Date: Wed, 8 Feb 95 13:29 EST
  7. From: neal@ctd.comsat.com (Neal Becker)
  8. To: jsp@betz.biostr.washington.edu (Jeff Prothero)
  9. Cc: tex-k@cs.umb.edu
  10. Subject: kpathsea/INSTALL
  11. In-Reply-To: <9502081653.AA07636@betz.biostr.washington.edu>
  12. References: <9502081653.AA07636@betz.biostr.washington.edu>
  13.  
  14. There is a serious error in XFree86-3.1.  That's probably what you're
  15. seeing.  In Xosdefs.h you see:
  16.  
  17. #if defined(SYSV) && defined(i386)
  18. #ifndef SCO
  19. #define X_NOT_POSIX
  20. #endif
  21. #define X_NOT_STDC_ENV
  22. #endif
  23.  
  24. It should say:
  25.  
  26. #if defined(SYSV) && defined(i386) && !defined(linux)
  27. #ifndef SCO
  28. #define X_NOT_POSIX
  29. #endif
  30. #define X_NOT_STDC_ENV
  31. #endif
  32.  
  33. I have already sent this to the XFree consortium.